home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 March / CMCD0305.ISO / Software / Demo / Maguma / workbench-2.1.0-trial.exe / {app} / resource / common / tips.txt < prev   
Text File  |  2004-04-01  |  2KB  |  10 lines

  1. Welcome to Maguma Workbench 2. We hope to provide you with a useful development environment... Please go on and read some more of these tips to get an overview of the functionality this program provides. First steps: 1.) Go to menu "Tools" -> "Options" to bring up the Preferences and customize the editor to suite your own needs, then set up PHP Parsing and possibly external browsers and FTP configuration.
  2. You can create and maintain projects in the "Workspace" to manage your project files. Check the "Project" menu and the buttons in the Workspace window. You can also import local directories or remote files.
  3. Maguma Workbench 2 supports Xdebug debugging. In order to debug with Xdebug you need to install Xdebug first and configure it, see the Readme or the FAQ.
  4. The class browser can be sorted in different modes using the toolbuttons contained in the ClassBrowser panel.
  5. The "Tools" menu provides several handy functions for text manipulation and file handling.
  6. You can pull up the PHP code completion by pressing Ctrl+Space, the code completion now also supports custom function embedded in the current script.
  7. To use external browsers, configure Workbench first. Go to the "Tools" -> "Options" menu, and then to "External Browsers", add a new browser with the corresponding button.
  8. Workbench 2 supports two different bookmark modes. A "number mode", Ctrl+[0..9] to jump to bookmark and Ctrl+Shift+[0..9] to set it, and a "flag mode", Ctrl+F2 sets the bookmark, F2 jumps to next bookmark and Shift+F2 to previous.
  9. Workbench 2 supports auto-expanded text blocks. Type in an abbreviation, e.g. classf for "a class with function", and hit Ctrl+J to expand it. See the "Text blocks" section in the "Options" dialog.
  10. To consolidate extra windows into one panel go to the Options and click on the "Multiview" section and combine the panels into one tabbed view by adding them to the right column.